home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
SCHEME
/
GNU
/
SCM4E1
/
!ReadMe1st
< prev
next >
Wrap
Text File
|
1994-06-20
|
757b
|
27 lines
What to read when!
------------------
First have a peer at
!RelNotes details of the Arc port
!ArcExtns bonuses for the Arc version
example teeny script showing how to load stuff untidily
out of SLIB and tidily.
(untidily requires you to use
(load "<slib>foobaz") ;; note NO '.'
tidily is using
(require 'foobaz)
When to use which? - see !Scm.slib.require - if its provided as a require
line then you can use the tidy form - if that doesn't work, use the untidy
form.
)
!Scm.docs.* after you start interfering with scheme and
need to know what things do
FAQs.* if you get Really Interested and want to find
more esoteric things out.
ams
14/6/94.